From 3b6789bec1f0ce0a5f97c4ba41c98dc7352e4a52 Mon Sep 17 00:00:00 2001 From: "cl349@arcadians.cl.cam.ac.uk" Date: Fri, 26 Nov 2004 18:23:34 +0000 Subject: [PATCH] bitkeeper revision 1.1159.1.463 (41a774a6Xv9B4VuU5SCh5hJabOEzVg) domain.c: Increase number of vcpus for dom0. --- xen/arch/x86/domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/domain.c b/xen/arch/x86/domain.c index abf13db88a..5e6042f50c 100644 --- a/xen/arch/x86/domain.c +++ b/xen/arch/x86/domain.c @@ -834,7 +834,7 @@ int construct_dom0(struct domain *p, /* Mask all upcalls... */ for ( i = 0; i < MAX_VIRT_CPUS; i++ ) p->shared_info->vcpu_data[i].evtchn_upcall_mask = 1; - p->shared_info->n_vcpu = 1; + p->shared_info->n_vcpu = smp_num_cpus; /* Install the new page tables. */ __cli(); -- 2.30.2